home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / gnu / gawk_2_15_5.lha / gawk-2.15.5 / missing.ch < prev    next >
Text File  |  1995-01-20  |  276b  |  20 lines

  1. Changes for MISSING.C by Andreas Scherer, January 20, 1995.
  2.  
  3. @x l.15
  4. #include <varargs.h>
  5. @y
  6. #include <stdarg.h>
  7. @z
  8.  
  9. @x l.64
  10. #include "missing/random.c"
  11. @y
  12. #include "missing/ansirandom.c"
  13. @z
  14.  
  15. @x l.68
  16. #include "missing/strncasecmp.c"
  17. @y
  18. #include "missing/ansistrncasecmp.c"
  19. @z
  20.